home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / UserManager.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-05-29  |  2.5 KB  |  187 lines

  1. h1
  2. {
  3.     color:#999;
  4.     font-size:12px;
  5.     font-family:"Lucida Grande", "Tahoma", sans-serif;
  6.     margin:0 0 0 0;
  7.     font-weight:normal;
  8. }
  9.  
  10. .Spotlight, .ControlButton
  11. {
  12.     float:right;
  13.     width:100px;
  14.     height:20px;
  15.     border:1px solid #aaa;
  16.     text-align:center;
  17.     margin-bottom:20px;
  18.     color:#666;
  19. }
  20. /* Member Item Related */
  21. .MemberItem, .GroupItem
  22. {
  23.     clear:both;
  24.     margin:10px 0px 10px 20px;
  25.     position:relative;
  26.     display:block;
  27.     width:500px;
  28.     height:80px;
  29.     background:url("/img/v2005/System/UserPanel_itembg.jpg") no-repeat;
  30. }
  31.  
  32. a.MemberName:link, a.MemberName:visited
  33. {
  34.     display:block;
  35.     float:left;
  36.     width:109px;
  37.     text-align:center;
  38.     margin:18px 0 16px 0;
  39.     font-size:15px;
  40.     font-family:"Lucida Grade",Tahoma, sans-serif;
  41.     text-decoration:none;
  42.     color:#000;
  43.     
  44. }
  45.  
  46. a.MemberName:hover
  47. {
  48.     color:#f00;
  49.     text-decoration:underline;
  50. }
  51.  
  52. a.MemberName:active
  53. {
  54.     color:#06c;
  55. }
  56.  
  57. .DateTime
  58. {
  59.     width:109px;
  60.     float:left;
  61.     clear:left;
  62.     color:#666;
  63.     font-family: "Andale Mono", "Consolas", "Courier New", Tahoma, sans-serif;
  64.     font-size:10px;
  65.     margin-left:5px;
  66.     line-height:13px;
  67.     text-align:center;
  68. }
  69.  
  70. .MiscControl
  71. {
  72.     position:absolute;
  73.     padding-top:1px;
  74.     right:4px;
  75.     bottom:3px;
  76.     width:372px;
  77.     height:18px;
  78.     border-top:1px solid #aaa;
  79. }
  80.  
  81. .Left
  82. {
  83.     float:left;
  84. }
  85. .Right
  86. {
  87.     float:right;
  88. }
  89.  
  90. .MiscControl input
  91. {
  92.     width:110px;
  93.     height:18px;
  94.     font-size:12px;
  95.     text-align:center;
  96.     line-height:16px;
  97.     border:1px solid #aaa;
  98.     color:#666;
  99. }
  100.  
  101. .controls
  102. {
  103.     position:absolute;
  104.     right:3px;
  105.     bottom:26px;
  106.     color:#999;
  107. }
  108.  
  109. .controls a:link, .controls a:visited, .Permission a:link, .Permission a:visited
  110. {
  111.     font-family:"Candara", "Lucida Grande", sans-serif;
  112.     text-decoration:none;
  113.     color:#999;
  114. }
  115.  
  116. .controls a:hover, .controls a:active, .Permission a:hover, .Permission a:active
  117. {
  118.     color:#000;
  119. }
  120.  
  121. a.selected:link, a.selected:visited
  122. {
  123.     font-family:"Candara", "Lucida Grande", sans-serif;
  124.     text-decoration:none;
  125.     color:#000;
  126. }
  127.  
  128. a.selected:hover, a.selected:active
  129. {
  130.     color:#06c;
  131. }
  132.  
  133. .Separater
  134. {
  135.     position:absolute;
  136.     width:7px;
  137.     height:69px;
  138.     top:6px;
  139.     left:112px;
  140.     background:#ddd;
  141. }
  142.  
  143. .PermissionZone
  144. {
  145.     position:absolute;
  146.     width:373px;
  147.     height:52px;
  148.     top:6px;
  149.     right:4px;
  150. }
  151.  
  152. .Permission
  153. {
  154.     display:inline-block;
  155.     float:left;
  156.     width:170px;
  157.     height:15px;
  158.     line-height:15px;
  159.     color:#666;
  160.     font-family:"Candara", "Lucida Grande", sans-serif;
  161. }
  162.  
  163. cite
  164. {
  165.     float:right;
  166. }
  167.  
  168. cite a:link, cite a:visited
  169. {
  170.     color:#036;
  171. }
  172.  
  173. cite a:hover, cite a:active
  174. {
  175.     color:#06c;
  176. }
  177.  
  178. /* GroupItem Related */
  179. .GroupName
  180. {
  181.     float:left;
  182.     width:100px;
  183.     margin:16px 0 16px 8px;
  184.     border:1px solid #aaa;
  185.     text-align:center;
  186.     height:20px;
  187. }